DAOS-18827 build: Update Ubuntu base image to 24.04#18044
DAOS-18827 build: Update Ubuntu base image to 24.04#18044
Conversation
|
Ticket title is 'DAOS Debian package missing libisal dependency and wrong executable permissions    ' |
5445c7e to
3ab9d63
Compare
Upgraded the BASE_DISTRO argument in Dockerfile.ubuntu from ubuntu:22.04 to ubuntu:24.04 to ensure the build uses the latest LTS version. Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@hpe.com>
3ab9d63 to
caa8559
Compare
|
Test stage Functional Hardware Medium MD on SSD completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-18044/3/testReport/ |
daltonbohning
left a comment
There was a problem hiding this comment.
This is a little extra, but we have other places too
Should we also update this GHA?
daos/.github/workflows/landing-builds.yml
Line 252 in 9c9c76c
And should we add a test case here?
And add an entry here?
Line 51 in 9c9c76c
Thanks for the head up, going to fix this:
|
- Update landing-builds.yml GHA workflow to use ubuntu:24.04 as BASE_DISTRO - Add Ubuntu 24.04 case to ci/parse_ci_envs.sh - Add ubuntu-24.04 test case and fixture to distribution_test.go - Add ubuntu24.04-os-rel fixture file to distros directory Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@hpe.com>
Fixed with commit 4569b5b |
…/daos-18827/patch-002
|
Test stage Functional Hardware Large MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-18044/5/display/redirect |
…/daos-18827/patch-002
|
Test stage Functional Hardware Medium MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-18044/7/execution/node/1265/log |
kjacque
left a comment
There was a problem hiding this comment.
Go changes are fine with me.
…/daos-18827/patch-002
|
@daos-stack/daos-gatekeeper could you lend this PR with the following message:
|
Description
The Dockerfile.ubuntu was updated to change the BASE_DISTRO argument from ubuntu:22.04 to ubuntu:24.04.
This ensures that our Docker builds leverage the latest Ubuntu LTS release, providing improved security, updated packages, and better long-term support.
Steps for the author:
After all prior steps are complete: